home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 April: Mac OS SDK / Dev.CD Apr 97 SDK1.toast / Development Kits (Disc 1) / PC Card Manager / CIncludes / DriverServices.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-01-13  |  1.1 KB  |  49 lines  |  [TEXT/MPS ]

  1. /*
  2.      File:        DriverServices.h
  3.  
  4.      Contains:    Driver Services Interfaces.
  5.  
  6.      Version:    PowerSurge 1.0.2 and beyond (including Copland)
  7.  
  8.      DRI:        Jonathan Sand
  9.  
  10.      Copyright:    © 1984-1996 by Apple Computer, Inc.
  11.                  All rights reserved.
  12.  
  13.      Warning:    *** APPLE INTERNAL USE ONLY ***
  14.                  This file may contain unreleased API's
  15.  
  16.      BuildInfo:    Built by:            SuperMario Build Daemon
  17.                  With Interfacer:    2.0d10   (PowerPC native)
  18.                  From:                DriverServices.i
  19.                      Revision:        36
  20.                      Dated:            1/19/96
  21.                      Last change by:    jrs
  22.                      Last comment:    Rename DeviceManagerServices to DeviceManagerSupport.
  23.  
  24.      Bugs:        Report bugs to Radar component “System Interfaces”, “Latest”
  25.                  List the version information (from above) in the Problem Description.
  26.  
  27. */
  28. #ifndef __DRIVERSERVICES__
  29. #define __DRIVERSERVICES__
  30.  
  31. #ifndef __CONDITIONALMACROS__
  32. #include <ConditionalMacros.h>
  33. #endif
  34. #ifndef __DRIVERSUPPORT__
  35. #include <DriverSupport.h>
  36. #endif
  37. #ifndef __DRIVERSYNCHRONIZATION__
  38. #include <DriverSynchronization.h>
  39. #endif
  40. #ifndef __DEVICEMANAGERSUPPORT__
  41. #include <DeviceManagerSupport.h>
  42. #endif
  43. #ifndef __INTERRUPTS__
  44. #include <Interrupts.h>
  45. #endif
  46.  
  47. #endif /* __DRIVERSERVICES__ */
  48.  
  49.